// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Josh Johnson','Minglewood Hall','Memphis, TN','Friday','7/25/2025','7:00 PM','7021293','Josh-Johnson-7-25-2025'],['Josh Johnson','Minglewood Hall','Memphis, TN','Friday','7/25/2025','9:30 PM','7027500','Josh-Johnson-7-25-2025'],['K. Michelle','Minglewood Hall','Memphis, TN','Friday','8/8/2025','8:00 PM','7193900','K--Michelle-8-8-2025'],['Ole 60','Minglewood Hall','Memphis, TN','Friday','8/22/2025','8:00 PM','7119469','Ole-60-8-22-2025'],['That Mexican OT','Minglewood Hall','Memphis, TN','Thursday','9/4/2025','7:00 PM','7226000','That-Mexican-OT-9-4-2025'],['Rio Da Yung OG','Minglewood Hall','Memphis, TN','Friday','9/5/2025','9:00 PM','6973308','Rio-Da-Yung-OG-9-5-2025'],['Yachtley Crew','Minglewood Hall','Memphis, TN','Tuesday','9/16/2025','8:30 PM','7235684','Yachtley-Crew-9-16-2025'],['Geoff Tate's Operation: Mindcrime','Minglewood Hall','Memphis, TN','Tuesday','9/23/2025','7:30 PM','6961291','Geoff-Tate-s-Operation--Mindcrime-9-23-2025'],['K Camp','Minglewood Hall','Memphis, TN','Saturday','9/27/2025','8:00 PM','7225871','K-Camp-9-27-2025'],['Gottmik vs. Violet Chachki','Minglewood Hall','Memphis, TN','Tuesday','10/7/2025','8:00 PM','7252631','Gottmik-vs--Violet-Chachki-10-7-2025'],['Franz Ferdinand','Minglewood Hall','Memphis, TN','Thursday','10/9/2025','8:00 PM','7081354','Franz-Ferdinand-10-9-2025'],['-X- & Los Lobos','Minglewood Hall','Memphis, TN','Friday','10/10/2025','8:00 PM','7122319','-X----Los-Lobos-10-10-2025'],['St. Paul and The Broken Bones','Minglewood Hall','Memphis, TN','Thursday','10/16/2025','8:00 PM','7196285','St--Paul-and-The-Broken-Bones-10-16-2025'],['Zoso - Led Zeppelin Tribute Band','Minglewood Hall','Memphis, TN','Friday','10/17/2025','8:00 PM','7148928','Zoso---Led-Zeppelin-Tribute-Band-10-17-2025'],['Richie Kotzen & John 5','Minglewood Hall','Memphis, TN','Tuesday','10/28/2025','7:00 PM','7158077','Richie-Kotzen---John-5-10-28-2025'],['Dax','Minglewood Hall','Memphis, TN','Saturday','11/1/2025','8:00 PM','7221564','Dax-11-1-2025'],['Brian Culbertson','Minglewood Hall','Memphis, TN','Thursday','11/13/2025','8:00 PM','7152231','Brian-Culbertson-11-13-2025'],['Nurse Blake','Minglewood Hall','Memphis, TN','Sunday','11/30/2025','7:00 PM','7106218','Nurse-Blake-11-30-2025'],['Zakk Sabbath - Zakk Wylde's Black Sabbath Cover Band','Minglewood Hall','Memphis, TN','Sunday','12/7/2025','7:00 PM','7194073','Zakk-Sabbath---Zakk-Wylde-s-Black-Sabbath-Cover-Band-12-7-2025'],['Allen Stone & Ripe','Minglewood Hall','Memphis, TN','Friday','12/12/2025','7:00 PM','7235506','Allen-Stone---Ripe-12-12-2025'],['Wheel Of Fortune Live!','Minglewood Hall','Memphis, TN','Sunday','12/14/2025','8:00 PM','7153205','Wheel-Of-Fortune-Live--12-14-2025'],['Brad Williams','Minglewood Hall','Memphis, TN','Sunday','2/22/2026','7:00 PM','7223822','Brad-Williams-2-22-2026']],'Minglewood Hall','http://www.ticketnetwork.com/ticket/Minglewood-Hall-events.aspx');